home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / UPC12BS1.ZIP / LIB / TRUMPET.H < prev    next >
C/C++ Source or Header  |  1993-07-31  |  1KB  |  33 lines

  1. /*--------------------------------------------------------------------*/
  2. /*       t r u m p e t . h                                            */
  3. /*                                                                    */
  4. /*       Audio support for UUPC/extended                              */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. /*--------------------------------------------------------------------*/
  8. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  9. /*       Wonderworks.                                                 */
  10. /*                                                                    */
  11. /*       All rights reserved except those explicitly granted by       */
  12. /*       the UUPC/extended license agreement.                         */
  13. /*--------------------------------------------------------------------*/
  14.  
  15. /*--------------------------------------------------------------------*/
  16. /*                          RCS Information                           */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*
  20.  *    $Id: trumpet.h 1.1 1993/07/31 16:28:59 ahd Exp $
  21.  *
  22.  *    Revision history:
  23.  *    $Log: trumpet.h $
  24.  * Revision 1.1  1993/07/31  16:28:59  ahd
  25.  * Initial revision
  26.  *
  27.  */
  28.  
  29. #ifndef _TRUMPET_H
  30. #define _TRUMPET_H
  31. void trumpet( const char *tune);
  32. #endif
  33.